type runtime.notifyList

7 uses

	runtime (current package)
		sema.go#L461: type notifyList struct {
		sema.go#L492: func notifyListAdd(l *notifyList) uint32 {
		sema.go#L502: func notifyListWait(l *notifyList, t uint32) {
		sema.go#L537: func notifyListNotifyAll(l *notifyList) {
		sema.go#L570: func notifyListNotifyOne(l *notifyList) {
		sema.go#L624: 	if sz != unsafe.Sizeof(notifyList{}) {
		sema.go#L625: 		print("runtime: bad notifyList size - sync=", sz, " runtime=", unsafe.Sizeof(notifyList{}), "\n")